A

Autonomous Agents Agentic Workflow

QA: Test Live Site (New Ticket) — Autonomous Agents Automation Workflow

Test the live site against ticket scope — no PR, tests production directly

Available free v1.0.0 Browser
$ sidebutton install Autonomous Agents
Download ZIP
qa
ops/agent_qa_new_ticket.yaml

Inputs

type
string
description
Jira ticket URL
type
string
default
description
Optional extra instructions for the agent
type
string
default
~/workspace
description
Working directory for the agent

Allowed Domains

Unrestricted — no domain lock enforced.

Step Summary

2 steps using step types: terminal.openterminal.run .

Workflow Definition

YAML source for the ops/agent_qa_new_ticket.yaml workflow. This is the complete definition executed by the SideButton MCP server when Autonomous Agents agents run this automation.

schema_version: 1
id: agent_qa_new_ticket
title: "QA: Test Live Site (New Ticket)"
description: "Test the live site against ticket scope — no PR, tests production directly"
category:
  level: pipeline
  domain: engineering

metadata:
  agent: true
  role: qa

params:
  ticket_url:
    type: string
    description: "Jira ticket URL"
  hint:
    type: string
    default: ""
    description: "Optional extra instructions for the agent"
  entry_path:
    type: string
    default: "~/workspace"
    description: "Working directory for the agent"

steps:
  - type: terminal.open
    title: "Agent: QA Test Live"
    cwd: "{{entry_path}}"
  - type: terminal.run
    cmd: >-
      source ~/.agent-env && claude --dangerously-skip-permissions
      "read ticket with attachments - {{ticket_url}}. if it fails, stop and report the error.
      the description defines the scope — pages to test, features to verify, acceptance criteria.
      review any attachments (screenshots, mockups) for expected visual state.
      load skill packs for relevant modules.
      work through the scope systematically — navigate, collect evidence, verify behavior.
      {{hint}}
      write one comment to the ticket with: results table (scope item | PASS/FAIL | notes), bugs found (repro steps, expected vs actual, severity, URL), and overall verdict: PASS or FAIL."

How To Run

Install the Autonomous Agents knowledge pack into your SideButton agent, then dispatch this workflow by its ID ops/agent_qa_new_ticket.yaml. Agents invoke it directly via the MCP protocol or through the portal.